home *** CD-ROM | disk | FTP | other *** search
/ GRAVIS Top 100 #1 / GRAVIS CD No1_Herbst_94.cdr / Deneba / Canvas™ 3.5.2 US / PPD Folder / LWNTX470.PPD < prev    next >
Text File  |  1990-10-12  |  11KB  |  330 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "LaserWriter II NTX" version 47.0
  3. *% Produced by "GETapd.ps" version 2.0 edit 48
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 010714 or 011043
  11. *% depending on the filesystem it resides in.
  12. *%
  13. *% Date: 4/6/89
  14. *FormatVersion: "3.0"
  15. *FileVersion: "2.1"
  16. *LanguageVersion: English
  17.  
  18. *Product: "(LaserWriter II NTX)"
  19. *PSVersion: "(47.0) 1"
  20. *NickName: "Apple LaserWriter II NTX v47.0"
  21.  
  22. *% General Information and Defaults ===============
  23. *ColorDevice: False
  24. *FreeVM: "434204"
  25. *VariablePaperSize: False
  26. *FileSystem: True
  27. *?FileSystem: "
  28. save statusdict begin
  29.     (False) /diskstatus where{
  30.         pop diskstatus exch pop 0 ne {pop (True)} if
  31.     }if = flush
  32. end restore
  33. "
  34. *End
  35. *Throughput: "8"
  36. *Password: "0"
  37. *ExitServer: "
  38.   count 0 eq {  % is the password on the stack?
  39.     true 
  40.   }{
  41.     dup    % potential password
  42.     statusdict begin checkpassword end not
  43.   } ifelse 
  44.   {  %  if no password or not valid 
  45.     (WARNING : Cannot perform the exitserver command.) = 
  46.     (Password supplied is not valid.) = 
  47.     (Please contact the author of this software.) = flush
  48.     quit
  49.   } if 
  50.   serverdict begin exitserver
  51. "
  52. *End
  53.  
  54. *Reset: "
  55.   count 0 eq {  % is the password on the stack?
  56.     true 
  57.   }{
  58.     dup    % potential password
  59.     statusdict begin checkpassword end not
  60.   } ifelse 
  61.   {  %  if no password or not valid 
  62.     (WARNING : Cannot reset printer.) = 
  63.     (Password supplied is not valid.) = 
  64.     (Please contact the author of this software.) = flush
  65.     quit
  66.   } if 
  67.   serverdict begin exitserver
  68.   systemdict /quit get exec
  69.   (WARNING : Printer Reset Failed.) = flush
  70. "
  71. *End
  72.  
  73. *DefaultResolution: 300dpi
  74. *?Resolution: "
  75. save
  76.   initgraphics
  77.   0 0 moveto currentpoint matrix defaultmatrix transform
  78.   0 72 lineto currentpoint matrix defaultmatrix transform
  79.   3 -1 roll sub dup mul
  80.   3 1 roll exch sub dup mul
  81.   add sqrt round cvi
  82.   (          ) cvs print (dpi) = flush
  83. restore
  84. "
  85. *End
  86.  
  87. *% Halftone Information ===============
  88. *ScreenFreq: "60.0"
  89. *ScreenAngle: "45.0"
  90. *DefaultScreenProc: Dot
  91. *ScreenProc Dot: "
  92. {dup mul exch dup mul add 1.0 exch sub }
  93. "
  94. *End
  95. *ScreenProc Line: "{ pop }"
  96. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  97.  
  98. *DefaultTransfer: Null
  99. *Transfer Null: "{ }"
  100. *Transfer Null.Inverse: "{ 1 exch sub }"
  101.  
  102. *% Paper Handling ===================
  103.  
  104. *% Use these entries to set paper size most of the time, unless there is
  105. *% specific reason to use PageRegion or PaperTray.
  106. *DefaultPageSize: Letter
  107. *PageSize Letter: "statusdict begin lettertray end"
  108. *PageSize Legal: "statusdict begin legaltray end"
  109. *PageSize A4: "statusdict begin a4tray end"
  110. *PageSize B5: "statusdict begin b5tray end"
  111. *PageSize LetterSmall: "statusdict begin lettertray lettersmall end"
  112. *PageSize A4Small: "statusdict begin a4tray a4small end"
  113. *?PageSize: "
  114.  save statusdict begin
  115.   /pagetype where{pop
  116.     [(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush
  117.   }{
  118.     (Unknown) = flush
  119.   }ifelse
  120.  end restore
  121. "
  122. *End
  123.  
  124. *% These entries will set up the frame buffer. Usually used with manual feed.
  125. *DefaultPageRegion: Letter
  126. *PageRegion Letter: "letter"
  127. *PageRegion Legal: "legal"
  128. *PageRegion Note: "note"
  129. *PageRegion A4: "a4"
  130. *PageRegion B5: "b5"
  131. *PageRegion LetterSmall: "lettersmall"
  132. *PageRegion A4Small: "a4small"
  133.  
  134. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  135. *% These errors should be trapped by software and a message displayed
  136. *DefaultPaperTray: None
  137. *PaperTray Letter: "statusdict begin lettertray end"
  138. *PaperTray Legal: "statusdict begin legaltray end"
  139. *PaperTray A4: "statusdict begin a4tray end"
  140. *PaperTray B5: "statusdict begin b5tray end"
  141.  
  142. *% The following entries provide information about specific paper keywords.
  143. *DefaultImageableArea: Letter
  144. *ImageableArea Letter: "15 8 597 784 "
  145. *ImageableArea Legal: "15 8 597 1000 "
  146. *ImageableArea Note: "31 31 583 761 "
  147. *ImageableArea A4: "13 10 577 832 "
  148. *ImageableArea B5: "21 10 500 715 "
  149. *ImageableArea LetterSmall: "31 31 583 761 "
  150. *ImageableArea A4Small: "27 31 567 811 "
  151. *?ImageableArea: "
  152.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  153.   newpath clippath pathbbox
  154.   4 -2 roll exch 2 {ceiling cvp} repeat
  155.   exch 2 {floor cvp} repeat flush
  156.  restore
  157. "
  158. *End
  159.  
  160. *% These provide the physical dimensions of the paper (by keyword)
  161. *DefaultPaperDimension: Letter
  162. *PaperDimension Letter: "612 792"
  163. *PaperDimension Legal: "612 1008"
  164. *PaperDimension Note: "612 792"
  165. *PaperDimension A4: "595 842"
  166. *PaperDimension B5: "516 729"
  167. *PaperDimension LetterSmall: "612 792"
  168. *PaperDimension A4Small: "595 842"
  169.  
  170. *DefaultOutputBin: Upper
  171. *DefaultInputSlot: None
  172.  
  173. *DefaultManualFeed: False
  174. *?ManualFeed: "statusdict /manualfeed get
  175.  {(True)}{(False)}ifelse = flush"
  176. *End
  177. *ManualFeed True: "statusdict begin /manualfeed true store end"
  178. *ManualFeed False: "statusdict begin /manualfeed false store end"
  179.  
  180. *DefaultOutputOrder: Normal
  181.  
  182. *DefaultCollator: None
  183. *DefaultSorter: None
  184. *DefaultDuplex: None
  185.  
  186. *% Font Information =====================
  187.  
  188. *DefaultFont: Courier
  189. *Font AvantGarde-Book: Standard "(001.001)"
  190. *Font AvantGarde-BookOblique: Standard "(001.001)"
  191. *Font AvantGarde-Demi: Standard "(001.001)"
  192. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  193. *Font Bookman-Demi: Standard "(001.001)"
  194. *Font Bookman-DemiItalic: Standard "(001.001)"
  195. *Font Bookman-Light: Standard "(001.001)"
  196. *Font Bookman-LightItalic: Standard "(001.001)"
  197. *Font Courier: Standard "(001.004)"
  198. *Font Courier-Bold: Standard "(001.004)"
  199. *Font Courier-BoldOblique: Standard "(001.004)"
  200. *Font Courier-Oblique: Standard "(001.004)"
  201. *Font Helvetica: Standard "(001.001)"
  202. *Font Helvetica-Bold: Standard "(001.001)"
  203. *Font Helvetica-BoldOblique: Standard "(001.001)"
  204. *Font Helvetica-Narrow: Standard "(001.000)"
  205. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  206. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  207. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  208. *Font Helvetica-Oblique: Standard "(001.001)"
  209. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  210. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  211. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  212. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  213. *Font Palatino-Bold: Standard "(001.000)"
  214. *Font Palatino-BoldItalic: Standard "(001.000)"
  215. *Font Palatino-Italic: Standard "(001.000)"
  216. *Font Palatino-Roman: Standard "(001.000)"
  217. *Font Symbol: Special "(001.001)"
  218. *Font Times-Bold: Standard "(001.001)"
  219. *Font Times-BoldItalic: Standard "(001.001)"
  220. *Font Times-Italic: Standard "(001.001)"
  221. *Font Times-Roman: Standard "(001.001)"
  222. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  223. *Font ZapfDingbats: Special "(001.000)"
  224. *?FontQuery: "
  225. save  4 dict begin /sv exch def
  226. /str (fonts/                              ) def
  227. /st2 128 string def
  228. {
  229.   count 0 gt {
  230.     dup st2 cvs (/) print print (:) print
  231.     dup FontDirectory exch known {pop (Yes)}{
  232.      str exch st2 cvs dup length /len exch def
  233.      6 exch putinterval str 0 len 6 add getinterval mark exch
  234.      { } st2 filenameforall counttomark 0 gt {
  235.       cleartomark (Yes)}{cleartomark (No)}ifelse
  236.     }ifelse = flush
  237.   }{ exit } ifelse
  238. } bind loop 
  239. (*) = flush
  240. sv end restore
  241. "
  242. *End
  243.  
  244. *?FontList: "
  245. save  2 dict begin /sv exch def
  246. /str 128 string def
  247. FontDirectory { pop == } bind forall flush 
  248. /filenameforall where { 
  249.  pop save (fonts/*) { 
  250.   dup length 6 sub 6 exch getinterval cvn ==  
  251.  } bind str filenameforall flush restore
  252. } if 
  253. (*) = flush
  254. sv end restore
  255. "
  256. *End
  257.  
  258. *% Printer Messages (verbatim from printer):
  259. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  260. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  261. *Message: "\FontName\ not found, using Courier"
  262.  
  263. *% Status (format: %%[ status: <one of these> ]%% )
  264. *Status: "idle"
  265. *Status: "busy"
  266. *Status: "waiting"
  267. *Status: "printing"
  268. *Status: "warming up"
  269. *Status: "PrinterError: timeout, clearing printer"
  270. *Status: "PrinterError: warming up"
  271. *Status: "PrinterError: service call"
  272. *Status: "PrinterError: paper entry misfeed"
  273. *Status: "PrinterError: no toner cartridge"
  274. *Status: "PrinterError: paper entry misfeed"
  275.  
  276. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  277. *Source: "serial9"
  278. *Source: "serial25"
  279. *Source: "AppleTalk"
  280.  
  281. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  282. *PrinterError: "timeout, clearing printer"
  283. *PrinterError: "warming up"
  284. *PrinterError: "service call"
  285. *PrinterError: "paper entry misfeed"
  286. *PrinterError: "no toner cartridge"
  287. *PrinterError: "paper entry misfeed"
  288.  
  289. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  290.  
  291. *% Color Separation Information =====================
  292.  
  293. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  294.  
  295. *InkName: ProcessBlack/Process Black
  296. *InkName: CustomColor/Custom Color
  297. *InkName: ProcessCyan/Process Cyan
  298. *InkName: ProcessMagenta/Process Magenta
  299. *InkName: ProcessYellow/Process Yellow
  300.  
  301. *% For 60 lpi / 300 dpi =====================================================
  302.  
  303. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  304. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  305. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  306. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  307. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  308.  
  309. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  310. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  311. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  312. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  313. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  314.  
  315. *% For 53 lpi / 300 dpi =====================================================
  316.  
  317. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  318. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  319. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  320. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  321. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  322.  
  323. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  324. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  325. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  326. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  327. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  328.  
  329. *% end of PPD file for LaserWriter II NTX
  330.